Func Property (YFunctionSeries<T>)
In This Topic
Gets or sets the function used to calculate a value.
Syntax
'Declaration
Public Property Func As System.String
'Usage
Dim instance As YFunctionSeries(Of T)
Dim value As System.String
instance.Func = value
value = instance.Func
public System.string Func {get; set;}
public read-write property Func: System.String;
public function get,set Func : System.String
public: __property System.string* get_Func();
public: __property void set_Func(
System.string* value
);
public:
property System.String^ Func {
System.String^ get();
void set ( System.String^ value);
}
See Also